home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1998 November / MAC100-1998-11.ISO.7z / MAC100-1998-11.ISO / スクリーンセーバーファクトリー / モジュール / warp-factor-2.0 Folder / Warp Factor 2.0 ト / Warp Factor 2.0 Info < prev   
Text File  |  1997-08-28  |  2KB  |  77 lines

  1. Warp Factor 2.0
  2. ゥ1992-1997 Todd M. Bender
  3.  
  4. Warp Factor is a simple After Darkェ screen saver module that simulates a warping star field. It's freeware; go ahead and pass it along to friends. Just remember that I retain all rights to the code. If you notice any problems or have any suggestions, drop me a line!
  5.  
  6. - Todd Bender (tbender@aol.com)
  7.  
  8.  
  9. The Controls
  10.  
  11. ・ Warp Factor
  12.  
  13. Affects how fast the stars appear to move. As the warp factor gets higher, the stars stretch and appear to move faster.
  14.  
  15. ・ Stars
  16.  
  17. Determine how many stars to warp. The display may appear jerky if too many stars are warping.
  18.  
  19. ・ Settings
  20.  
  21. Displays another dialog box with additional controls:
  22.  
  23. ・ xx degrees by xx degrees
  24.  
  25. Sets the viewpoint. The first edit box sets the horizontal perspective; the second edit box sets the vertical perspective.
  26.  
  27. ・ Random
  28.  
  29. If checked, picks a random horizontal and vertical perspective.
  30.  
  31. ・ Wander
  32.  
  33. If checked, bumps the horizontal or vertical perspective by a few degrees every second.
  34.  
  35. ・ Color
  36.  
  37. Displays the color picker to select the star field color. Setting the color to pure black creates a multi-colored star field.
  38.  
  39. ・ Streak
  40.  
  41. If checked, causes close stars to streak into colors as they pass.
  42.  
  43. ・ Background
  44.  
  45. If checked, displays a background star field.
  46.  
  47. ・ Color Buttons
  48.  
  49. Displays the color picker to select a streak color. The four buttons correspond to the four streak colors.
  50.  
  51.  
  52. Version History
  53.  
  54. ・ Version 1.0
  55. Initial version.
  56.  
  57. ・ Version 1.1
  58. Fixed a bug that messed up the random number generator if the computer was left on for more than a day.
  59.  
  60. ・ Version 1.2
  61. Tinkered with the code. This version was never released (except on my machine).
  62.  
  63. ・ Version 1.3
  64. Added stars that streak into a spectrum and made the random colored stars brighter.
  65.  
  66. ・ Version 1.4
  67. Added a background star field.
  68.  
  69. ・ Version 1.5
  70. Added random "Point of View".
  71. Runs native on PPC machines.
  72.  
  73. ・ Version 2.0
  74. Converted to C++.
  75. Added settings dialog with lots o' controls.
  76. Added ability to view from any perspective.
  77.